home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 123 / cdrom123.iso / essenc / extens / imzoom / Image Zoom.xpi / chrome / imagezoom.jar / content / options.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-08-18  |  1.2 KB  |  41 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. <!-- ***** BEGIN LICENSE BLOCK *****
  3.        
  4.     Copyright (c) 2004  Jason Adams <jason_nospam@yellowgorilla.net>
  5.      
  6.     This file is part of Image Zoom.
  7.  
  8.     Image Zoom is free software; you can redistribute it and/or modify
  9.     it under the terms of the GNU General Public License as published by
  10.     the Free Software Foundation; either version 2 of the License, or
  11.     (at your option) any later version.
  12.  
  13.     Image Zoom is distributed in the hope that it will be useful,
  14.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.     GNU General Public License for more details.
  17.  
  18.     You should have received a copy of the GNU General Public License
  19.     along with Image Zoom; if not, write to the Free Software
  20.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  21.  
  22. ***** END LICENSE BLOCK ***** -->
  23.  
  24. #imagezoom-options-dialog
  25. {
  26.     height: 20em;
  27.     width: 40em;
  28. }
  29.  
  30. #imagezoom-customdim-dialog
  31. {
  32.     height: 20em;
  33.     width: 40em;
  34. }
  35.  
  36. #imagezoom-customzoom-dialog
  37. {
  38.     height: 20em;
  39.     width: 40em;
  40. }
  41.